[DLCov] Move DebugLoc coverage macro to llvm-config.h#137787
[DLCov] Move DebugLoc coverage macro to llvm-config.h#137787
Conversation
rscottmanley
left a comment
There was a problem hiding this comment.
LGTM. Thanks for fixing this!
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/11/builds/14115 Here is the relevant piece of the build log for the reference |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/146/builds/2817 Here is the relevant piece of the build log for the reference |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/161/builds/5529 Here is the relevant piece of the build log for the reference |
This patch follows the reversion of llvm#107279, which caused errors by including `llvm/Config/config.h` in a public header. In order to reapply that patch, this PR moves the definition of the config option to the `llvm-config.h` header instead, so that it can be used publicly. This patch also adds `LLVM_` as a prefix to the define, since it is now in a public header.
This has been defined in llvm#137787 and affects in llvmorg-21-init-10310-g92195f6fc873 (llvm#137787).
This patch follows the reversion of llvm#107279, which caused errors by including `llvm/Config/config.h` in a public header. In order to reapply that patch, this PR moves the definition of the config option to the `llvm-config.h` header instead, so that it can be used publicly. This patch also adds `LLVM_` as a prefix to the define, since it is now in a public header.
This has been defined in llvm#137787 and affects in llvmorg-21-init-10310-g92195f6fc873 (llvm#137787).
This patch follows the reversion of #107279, which caused errors by including
llvm/Config/config.hin a public header. In order to reapply that patch, this PR moves the definition of the config option to thellvm-config.hheader instead, so that it can be used publicly. This patch also addsLLVM_as a prefix to the define, since it is now in a public header.